void evaluate(float u,float *f)
Parameter | Type | Description |
---|---|---|
u | float | value from 0.0 to 1.0 specifying the position in the curve to be evaluated |
f | float * | pointer where to write the evaluated point |
None
This function evaluates a Bezier curve point at the specified position.